*{
    margin:0;
    padding:0;
}

#container{
    min-height: 100%;
    margin:0 auto;
    position: relative;
    max-width: 100%
}

body, html{
    height: 100%;
}

body{
    font-size: medium;
    font-style: normal;
    font-family: Cambria, serif;
}

header{
    width: 100%;
}
header {
    text-align: right;
}
p{
    max-width: 90%;
    overflow-wrap: break-word;
}

td{
    padding: 0.2rem;
    font-weight: normal;
}

#header_presentation{
    font-size: 1.3rem;
    display: flex;

    align-items: center;
    margin-right: 2rem;
}

a#header_presentation:hover{
    border-top-style: solid;
    border-top-width: 2rem;
    border-top-color: darkorange;
}

footer{
    background-color: midnightblue;
    color: white;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 5rem;
}



footer>a{
    color:white;
}

footer>a:visited{
    color: white;
}

footer>a:hover{
    color: darkorange;
}


a{
    color: midnightblue;
    text-decoration: none;
}

a:visited{
    color: midnightblue;
}

a:hover{
    color: darkorange;
}

h2{
    margin-right: 1rem;
}

h3{

    margin-top: 1rem;
}

legend{
    text-align: center;
    font-weight: bold;
}

fieldset{
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding-top: 0.2rem;
    border-color: midnightblue;
    text-align: center;
}

legend{
    color: darkorange;
    margin: 2rem auto auto;
}

.filters{
    width: auto;
    height: auto;
    text-align: center;
    padding: 0.2rem;
}

.filter_field{
    width:auto;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0.5rem;

}

.form_filters{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.form_login{
    text-align: center;
    width: auto;
    padding: 0.5rem;

}

.form{
    width: auto;
    padding: 0.5rem;
    text-align: center;
}

.form_field{
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: larger;
    width: 100%;
}

.form_textarea{
    width: 90%;
    height: 10rem;
    resize: none;

}

.form_text{
    width: 90%;
    height: 1.5rem;
}

.form_date{
    height: 1.5rem;

}

.form_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.choose_label{
    text-align: center;
    margin: auto;
}

.label{
    max-width: max-content;
    max-height: 1.2rem;
    margin-right: 0.3rem;
    padding: 0.25rem;
    border-radius: 10px;
}

.labels{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}

#change_label>form{
    display: flex;
    flex-wrap: wrap;
}

.submit_button{
    margin: 0.8rem 0 0.2rem 0.3rem;
    background-color: midnightblue;
    color: white;
    padding: 0.5rem;
    border-style: none;
}

.submit_button:hover{
    background-color: darkorange;
}

.close_issue{
    background-color: white;
    color: red;
    border:1px red solid;
    padding: 0.5rem;
    margin: 0.8rem 0 0.2rem 0.3rem;
}

.close_issue:hover{
    color: darkorange;
    border:1px darkorange solid;
}

.change_labels{
    background-color: white;
    color: midnightblue;
    border:1px midnightblue solid;
    padding: 0.5rem;
    margin: 0.8rem 0 0.2rem 0.3rem;
}

.change_labels:hover{
    color: darkorange;
    border:1px darkorange solid;
}

.modify_labels{
    display: flex;
    flex-direction: column;
}

#select_add_discussion_button{
    background-color: midnightblue;
    width: 1.1rem;
    height: 2rem;
    color: white;
    margin-left: 0;
    border-collapse: collapse;
    border-style: none;
}

#select_add_discussion_button:hover{
    background-color: darkorange;
}

#discussion_button{
    background-color: midnightblue;
    height: 2rem;
    color: white;
    border-collapse: collapse;
    width: 7rem;

}
#discussion_button:hover{
    background-color: darkorange;
}

.list{
    color: white;
    padding: 0.5rem;
    margin: 0.5rem;
    background-color: midnightblue;display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_presentation{
    display: flex;
    align-items: baseline;
    color: white;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.list_presentation>a{
    color: white;
}

.list_presentation>a:hover{
    color: darkorange;
}

.list_presentation>h2>a{
    color: white;
}

.list_presentation>h2>a:hover{
    color: darkorange;
}

.list_presentation>h3>a{
    color: white;
}

.list_presentation>h3>a:hover{
    color: darkorange;
}

h2>a{
    color: white;
}

h2>a:hover{
    color: darkorange;
}

.list>p>a{
    color: white;
}

.list>p>a:hover{
    color: darkorange;
}

.list > .list_button >.list_link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list > .list_button>.list_link > a{
    color:white;
    font-size: 1.5rem;
    background-color: darkorange;
    padding: 0.3rem;
    font-weight: bold;
    margin-right: 2rem;
    margin-bottom: 1rem;
    display: block;
    width: max-content;
}

.list > .list_button>.list_link > a:hover{
    color: midnightblue;
}

.list_footer{
    margin-top: 0.5rem;
}

.manual_notes{
    border: 2px solid midnightblue;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.note_presentation{
    font-size: small;
}

.comment_note{
    width: 100%;
    height: 4rem;
    resize: none;

}

.comment_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    margin-right: 1rem;

}

.system_note{
    font-style: italic;
}

.leave_comment{
    display: flex;
    width: 100%;
}

.errors {
    color: red;
    font-size: small;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

.success{
    color: green;
    font-size: small;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

#logout {
    font-size: small;
    margin-right: 2rem;
}

.due_date{
    color: darkorange;
}

.important_information{
    color: red;
    font-size: larger;
}

.page_selector{

    margin: 0.5rem;
}
.present_page{
    color: darkorange;
    background-color: midnightblue;
    padding: 0.2rem;
}

#logo{
    max-width: 250px;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

nav{
    text-align: right;
}

nav>ul li:hover .main_submenu{
    visibility: visible;
}

#main_menu{
    position: relative;
    visibility: hidden;
    list-style: none;
    flex-basis: 100%;
}

#main_menu li{
    background-color: white;
    font-weight: bold;
    opacity: 0.9;
}

#menu_checkbox:checked + #main_menu {
    margin: 1em 0;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

#menu_checkbox:checked ~#main_menu{
    visibility: visible;
}

#menu_checkbox{
    opacity: 0;
    position: absolute;
    overflow: hidden;
}

#menu_checkbox:focus + #menu_toggle {
    outline: #00A1A1 auto 5px;
}

#menu_toggle {
    padding: 0.1rem 0.5rem;
}

.main_submenu{
    list-style: none;
    visibility: hidden;
    position: absolute;
}

.main_submenu li{
    float: none;
    text-align: center;
    font-size: medium;
    border-top: 1px solid midnightblue;
    background-color: white;
    font-weight: bold;
    opacity: 0.9;
    padding: 5%;
    width: 100%;
}

@media screen and (min-width: 720px) {
    #main_menu {
        flex-basis: auto;
        margin: 0;
        max-height: 1000px;
        opacity: 1;
        padding: 0;
        visibility: visible;
    }

    #menu_toggle{
        display: none;
    }

    .menu_wrapper{
        display: flex;
        justify-content: space-between;
    }

    .menu_wrapper>li{
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }

    main{

        max-width: 60%
    }

}

@media screen and (max-width: 720px){

    nav{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    img{
        max-width: 95%;
    }

    #menu_toggle{
        position: relative;
    }

    #main_menu{
        visibility: hidden;
        list-style: none;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
    }

    .menu_wrapper{
        position: absolute;
        left: -4rem;
        top: -0.95rem;
    }

    #menu_toggle{
        height: fit-content;
    }

    .item_menu_content{
        display: flex;
        flex-direction: row-reverse;
        flex-basis: 100%;
        background-color: white;
        border: none;
        padding: 0.1rem;
        text-align: center;
    }

    .main_submenu{
        position: absolute;
        left:-3rem;
        top: -0.5rem;
        vertical-align: center;
    }

    .main_submenu li{
        border-top: none;
        border-right: 1px solid midnightblue;
    }

    #header_presentation{
        justify-content: space-between;
    }

    #filters_box::after{
        content:  "▼";
    }

    #filters_container{
        display: none;
    }


}


.row{
    display: flex;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col-info {
    float: left;
    width: 20%;
    display: flex;
    vertical-align: middle;;
}

.col-main {
    float: left;
    width: 80%;
    display: block;
    position: relative;
    margin-bottom: 0%;
    padding-bottom: 5.2rem;
    min-height: min-content;
}
#horaires
{
    width: 20rem;
    height: 12rem;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 4rem;
    background-color: darkorange;
    border-width:  2px;
    border-style:ridge;
    border-color: midnightblue;
    text-align: center;
}
.assignee
{

    background-color: darkorange;
    color: white;
    border: 2px solid coral;
    border-radius: 5px;
}
